/* custom css */
.error-message {
	color: #ea473a !important;
}

.cart-items {
	border-bottom: 2px solid #fff3ea;
}

tr.cart-head {
	background: #fff3ea;
	overflow: hidden;
	border: none;
}
@media (max-width: 767px) {
	tr.cart-head {
		display: none;
	}
}

tr.cart-head th {
	font-weight: 700;
	font-size: 16px;
	line-height: 14px;
	color: #161540;
	padding: 20px 0;
	font-family: "Chivo", sans-serif;
}

tr.cart-product-list td {
	vertical-align: middle;
	padding: 20px 0 20px 16px;
}

tr.cart-head th {
	padding-left: 16px;
}

th.first-th {
	width: 10%;
}

th.table-product {
	width: 25%;
}

th.table-price {
	width: 20%;
}

th.table-quantity {
	width: 30%;
}

th.table-subtotal {
	width: 20%;
}

td.cart-price {
	font-weight: 500;
	font-size: 20px;
	font-family: "Chivo", sans-serif;

	color: #00af70;
}

@media (max-width: 767px) {
	tr.cart-product-list {
		display: flex;
		flex-direction: column;
		text-align: center;
	}
	tr.cart-product-list div {
		justify-content: center;
	}
	td.cart-prodct.cart-product-img {
		justify-content: center;
	}
	tr.cart-product-list {
		border: 1px solid #000;
		margin-bottom: 15px;
	}
	tr.cart-product-list:last-child {
		margin-bottom: 0;
	}
}
.cart-items {
	border-bottom: 2px solid #ececec;
}

.subtotal-price {
	background: white;
	/* #e7f4ee; */
	border-radius: 5px;
	padding: 24px;
}

ul.subtotal-price-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
	border-bottom: 1px solid #babadb;
	padding-bottom: 10px;
	font-weight: 700;
	font-size: 16px;
	color: #161540;
}

ul.subtotal-price-list li:last-child {
	border-bottom: none;
}

h4.empty-cart-text {
	display: block;
	text-align: center;
	padding: 20px 0 30px;
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	font-family: "Chivo", sans-serif;

	color: #161540;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
	padding-top: 20px;
	box-shadow: none;
	font-size: 14px;
	line-height: 20px;
	color: #ced4da;
	border: 1px solid;
	border-radius: 20px;
}

ul.product-sizes li {
	display: inline-block;
	width: 140px;
	height: 55px;
	border: 1px solid #082c19;
	filter: drop-shadow(0px 4px 25px rgba(242, 57, 54, 0.15));
	border-radius: 18px;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 55px;
	color: #07060b;
	margin-right: 4px;
	margin-top: 4px;
	cursor: pointer;
	transition: all 0.3s;
}
ul.product-sizes li.active {
	background: #082c19;
	/* #77c6a9; */
	box-shadow: 0px 4px 10px rgba(122, 120, 198, 0.2);
	color: #ffffff;
	transition: all 0.3s;
}

ul.product-sizes li:last-child {
	margin-right: 0;
}

.product-size h4,
.product-color h4 {
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	color: #161540;
	font-family: "Chivo", sans-serif;

	margin-bottom: 20px;
}

/* Loan amount slider */
.range__slider {
	width: 100%;
}

.range__value {
	width: auto;
	font-size: 1rem;
	padding-top: 10px;
}

.range__value span {
	font-size: 1.5rem;
	font-weight: 700;
	color: #228c55;
}

.range__emi {
	width: auto;
	font-size: 0.8rem;
}

.range__emi span {
	font-size: 0.8rem;
	font-weight: 700;
	color: #006d77;
}

.range__slider [type="range"] {
	width: 100%;
	-webkit-appearance: none;
	height: 8px;
	border-radius: 6px;
	background: #f1f1f1;
	outline: none;
	padding: 0;
	margin: 0;
}

/* custom thumb */
.range__slider [type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #f0f8ff;
	border: #082c19 3px solid;
	cursor: pointer;
	-webkit-transition: background 0.15s ease-in-out;
	transition: background 0.15s ease-in-out;
}

.range__slider [type="range"]::-webkit-slider-thumb:hover {
	background: #228c55;
}

.range__slider [type="range"]::-moz-range-thumb {
	width: 20px;
	height: 20px;
	border: 0;
	border-radius: 50%;
	background: #006d77;
	border: #006d77 5px solid;
	cursor: pointer;
	-webkit-transition: background 0.15s ease-in-out;
	transition: background 0.15s ease-in-out;
}

.section-box span.kg_range_value_amount{
	float: right;
	margin-right: 7px;
}
/* Loan amount slider */

.single-price {
	padding: 30px;
	background: #ffffff;
	border: 1px solid #e4e4e7;
	border-radius: 10px;
	margin-bottom: 30px;
}
.pricing-icon {
	vertical-align: sub;
}

.price-body ul li {
	font-family: "Chivo", sans-serif;

	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #040404;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.customer-btn {
	line-height: 20px !important;
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

footer {
	margin-top: auto; /* Pushes the footer to the bottom */
}

.footer-center {
	text-align: center;
}

.container {
	/* max-width: 1140px; */ /* or any other value that fits your layout */
	margin: 0 auto;
}

@media (max-width: 768px) {
	.footer-center {
		text-align: center !important;
	}
}

.card-custom {
	display: flex;
	flex-direction: column;
	border: 2px solid #228c55;
	background-color: var(--c-stepper-bg);
	padding: 2rem;
	border-radius: 10px;
}

/* stepper */

:root {
	--c-primary: #006d77;
	--c-secondary: #dbeafe;
	--c-stepper-bg: #fff;
}

.stepper {
	display: flex;
	flex-direction: column;
	counter-reset: stepper;
	gap: 8px;
	border: 2px solid #228c55;
	background-color: var(--c-stepper-bg);
	padding: 2rem;
	border-radius: 10px;
}

.stepper-item {
	display: grid;
	grid-template-rows: [text-row] auto [line-row] 20px;
	grid-template-columns: [counter-column] 28px [text-column] auto;
	column-gap: 16px;
	row-gap: 8px;
	position: relative;
	&.complete {
		.stepper-counter {
			background-color: var(--c-secondary);
			color: #082c19;
			position: relative;
			&:after {
				position: absolute;
				content: "";
				display: block;
				width: 16px;
				height: 16px;
				border-radius: 50%;
				background-color: var(--c-stepper-bg);
				right: -6px;
				bottom: -6px;
				background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill='%231d4ed8' d='M10 15.172l9.192-9.193 1.415 1.414L10 18l-6.364-6.364 1.414-1.414z'/%3E%3C/svg%3E");
				background-size: 12px;
				background-repeat: no-repeat;
				background-position: center center;
			}
		}
	}

	&:last-child {
		grid-template-rows: [text-row] auto;
	}
}

.stepper-line {
	display: block;
	width: 2px;
	background-color: #228c55;
	height: 100%;
	justify-self: center;

	.stepper-item:last-child & {
		display: none;
	}
}
.stepper-counter {
	flex-shrink: 0;
	counter-increment: stepper;
	&:before {
		content: counter(stepper);
	}
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	background-color: #082c19;
	color: #fff;
	border-radius: 50%;
	line-height: 1;
}

.stepper-link {
	display: flex;
	gap: 12px;
	text-decoration: none;
	color: #082c19;

	span {
		padding-top: calc((28px - 1.5em) / 2);
		font-weight: 600;
		border-bottom: 2px solid transparent;
	}

	&:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	&:hover {
		span {
			border-color: currentcolor;
		}
	}

	&:focus {
		outline-offset: 4px;
		outline-color: var(--c-primary);
		outline-width: 2px;
		border-radius: 4px;
	}
}

.form-right{
	padding: 30px;
}
@media screen and (max-width:767px) {
	.form-right{
	padding: 30px 0 0 0 !important;
}
}
